OutboundContextImpl

Undocumented in source.
final
class OutboundContextImpl : ContextImplBase!(H, OutboundHandlerContext!(H.wout)), OutboundHandlerContext!(H.wout), OutboundLink!(H.win)(
H
) {}

Members

Mixins

__anonymous
mixin WriteContextImpl
Undocumented in source.
__anonymous
mixin CommonContextImpl
Undocumented in source.

Static variables

dir
enum dir;
Undocumented in source.

Mixed In Members

From mixin CommonContextImpl

Rin
alias Rin = H.rin
Undocumented in source.
Rout
alias Rout = H.rout
Undocumented in source.
Win
alias Win = H.win
Undocumented in source.
Wout
alias Wout = H.wout
Undocumented in source.
this
this(PipelineBase pipeline, H handler)
Undocumented in source.
this
this()
Undocumented in source.
transport
Channel transport [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pipeline
PipelineBase pipeline [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin WriteContextImpl

NextCallBack
alias NextCallBack = void delegate(Wout, size_t)
Undocumented in source.
fireWrite
void fireWrite(Wout msg, NextCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
fireClose
void fireClose()
Undocumented in source. Be warned that the author may not have intended to support it.
ThisCallBack
alias ThisCallBack = void delegate(Win, size_t)
Undocumented in source.
write
void write(Win msg, ThisCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta